|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jade.content.ContentElementList
| Constructor Summary | |
ContentElementList()
Constructor |
|
| Method Summary | |
void |
addElement(ContentElement t)
Adds a new element to the list. |
void |
clearAllElements()
Clears all elements.. |
Iterator |
getAllElement()
Retrieves the element in this list. |
ContentElement |
getElement(int i)
Retrieves the i-th element of the list. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ContentElementList()
| Method Detail |
public void addElement(ContentElement t)
t - the new element.public ContentElement getElement(int i)
i-th element of the list.i - index of the elementpublic void clearAllElements()
public Iterator getAllElement()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||